home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbdos5
/
menuform.frm
< prev
next >
Wrap
Text File
|
1995-12-05
|
2KB
|
54 lines
VERSION 2.00
Begin Form menuform
Caption = "DOS 5.0 UTILITIES MENU"
ClientHeight = 945
ClientLeft = 195
ClientTop = 2475
ClientWidth = 7365
Height = 1350
Icon = MENUFORM.FRX:0000
Left = 135
LinkMode = 1 'Source
LinkTopic = "Form2"
ScaleHeight = 945
ScaleWidth = 7365
Top = 2130
Width = 7485
Begin CommandButton cmcommand
Caption = "Check Memory"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 495
Left = 3600
TabIndex = 1
Top = 240
Width = 2295
End
Begin CommandButton ffcommand
Caption = "Floppy Format"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 495
Left = 1080
TabIndex = 0
Top = 240
Width = 2295
End
End
Sub cmcommand_Click ()
memform.Show
End Sub
Sub ffcommand_Click ()
form1.Show
End Sub